home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / showdown_noel.swf / scripts / frame_19 / DoAction.as < prev   
Text File  |  2007-01-15  |  435b  |  25 lines

  1. stop();
  2. if(game_mask == undefined)
  3. {
  4.    _root.attachMovie("game_mask","game_mask",1000);
  5.    _root.setMask(game_mask);
  6. }
  7. btns.btn01.onPress = function()
  8. {
  9.    play_sound("button_sound");
  10. };
  11. btns.btn01.onRelease = function()
  12. {
  13.    next_round();
  14. };
  15. btns.btn02.onPress = function()
  16. {
  17.    play_sound("button_sound");
  18. };
  19. btns.btn02.onRelease = function()
  20. {
  21.    help.play();
  22. };
  23. play_music("music_op",true);
  24. snow_down(bg);
  25.